home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6955 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: sota.tiac.net!user
  2. From: sota@tiac.net (Dave Rosenblatt)
  3. Newsgroups: comp.lang.c++
  4. Subject: Looking for C++ Project Suggestions
  5. Date: Wed, 21 Feb 1996 00:35:01 -0500
  6. Organization: State of the Arts
  7. Message-ID: <sota-2102960035010001@sota.tiac.net>
  8. NNTP-Posting-Host: sota.tiac.net
  9. X-Newsreader: Value-Added NewsWatcher 2.0b24.0+
  10.  
  11. I have to come up with an idea for a project for a C++ class and would
  12. like suggestions.  Right now I'm considering two possibilities:
  13.  
  14. 1. A logic design "construction kit", allowing the user to design logic
  15. circuits of any complexity out of basic gates -- AND, OR, inverters,
  16. etc.  It should be possible to combine gates to synthesize devices at
  17. higher integration levels, and then use those devices as discrete
  18. objects.  Simulations could be run on user-constructed "circuits", with
  19. various classes used to simulate inputs and outputs.
  20.  
  21. 2. Some kind of system that could simulate the behavior of say, animals,
  22. humans, etc., in some simplified form, given different initial
  23. conditions.  Each organism would be represented by an individual object,
  24. which would interact with other objects.  (Is this what's known as
  25. "automata"?)
  26.  
  27. In addition to your own suggestions, can anyone refer me to where I could
  28. obtain more information about how to approach the above two problems?
  29.  
  30. TIA,
  31.  
  32. Dave
  33.  
  34. -- 
  35. ==============================================================
  36. |  Dave Rosenblatt          |  (617) 266-6488                |
  37. |  State of the Arts        |  Fax: (617) 247-6783           |
  38. |  95 Gainsborough Street   |  sota@tiac.net                 |
  39. |  Boston, MA 02115         |                                |
  40. ==============================================================
  41.